Calendar for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputTextBoxElementBase<T> Class / CreateTextBoxControl Method

In This Topic
    CreateTextBoxControl Method (InputTextBoxElementBase<T>)
    In This Topic
    Creates the embedded text box control.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateTextBoxControl() As TextBox
    protected override TextBox CreateTextBoxControl()
    See Also